@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(header.css);
@import url(footer.css);
/*@import url("animate.min.css");*/

.warp {
  min-width: 1420px;
}

/*头条*/
.HomeHots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0px 0;
  min-height: 110px;
}

.HomeHots .gd {
  display: none;
  text-align: right;
  margin-right: 10px;
}

.HomeHotstitle {
  padding-top: 0px;
  padding-left: 80px;
  width: 120px;
}

/* .HomeHotsbody {
  border-bottom: 2px solid #189aee;
} */


.HomeHots h1 {
  display: block;
  position: relative;
  width: 1400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  font-size: 41px;
  font-weight: bold;
  color: #578ed2;
  line-height: 1.5;
  margin: 0 1em;
  text-align: center;

}

.HomeHotslist {
  height: 30px;
  text-align: center;
  padding-top: 15px;
}

.HomeHotslist li {
  position: relative;
  overflow: hidden;
  width: 348px;
  padding-left: 10px;
  float: left;
  font-size: 16px;
  color: #578ed2;
  overflow: hidden;
}

.HomeHotslist li a {
  display: block;
  float: left;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.HomeHotslist li+li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '|';
  /* margin-left: 10px;
  margin-right: 10px; */
}



/*公共列表*/
.ulList {
  padding-top: 10px;
  min-height: 20px;
}

.ulList li {
  position: relative;
  overflow: hidden;
  line-height: 1.3;
  font-size: 18px;
  padding: 9px 0;
  padding-left: 20px;
  color: #222;
}

.ulList li::before {
  content: '';
  display: block;
  position: absolute;
  overflow: hidden;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 3.5px);
  background-color: #ccc;
}

.ulList li a {
  display: block;
  float: left;
  max-width: 78%;
  max-width: calc(100% - 120px);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.ulList li a:hover {
  color: #F00;
}

.ulList li span {
  display: inline-block;
  float: right;
  color: #999;
}

.ulList.nd li a {
  max-width: 100%;
  float: none;
}

.ulList.nd li span {
  display: none;
}

.ulList.lg li {
  line-height: 45px;
  *line-height: 43px;
}

/*公共图片动画*/
.AnimPic {
  transition: all 0.5s;
}

.AnimPic img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

.AnimPic:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 10px -5px #766f6f;
}



.Part1 {
  padding: 0.5px 0 0;
}

.Part1>.f_l {
  width: 720px;
}

/* 焦点图 */
.Focus {
  height: 389px;
  background-color: #e9f3fe;
  margin-top: 5px;
}

.Focus .bd>ul {
  min-width: 100%;
}

.Focus .bd li {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 389px;
  /* min-width: 100%; */
}

.Focus .bd li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Focus .bg {
  position: absolute;
  width: 100%;
  height: 45px;
  /* padding-top: 20px; */
  left: 0;
  bottom: 0;
  /* background: linear-gradient(to bottom, transparent, #000); */
  background: #0a3057;
  opacity: 0.6;
}

.Focus .text {
  /* position: absolute; */
  text-align: left;
  /* width: 100%; */
  width: 570px;
  padding-top: 10px;
  height: 30px;
  /* left: 0px;
  bottom: 5px; */
}

.Focus .text li {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  font-size: 18px;
  color: #FFF;
  line-height: 30px;
  margin: 0 15px;
  padding-bottom: 10px;
  text-align: left;
  z-index: 10;
}

.Focus .text li a {
  display: block;
}

.Focus .num {
  position: absolute;
  width: 100%;
  right: 5px;
  bottom: 12px;
  text-align: right;
  /* display: flex;
  justify-content: end; */
}

.Focus .num li {
  text-align: right;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 6px;
  background-color: #FFF;
  /* opacity: 0.8; */
  transition: all 0.3s;
  font-size: 0;
  cursor: pointer;
}

.Focus .num li.on {
  /* opacity: 1; */
  /* width: 26px; */
  background-color: #cd301f;
  color: #cd301f;
}

.Focus>a {
  display: block;
  width: 40px;
  height: 60px;
  position: absolute;
  top: 158px;
  top: calc((389px - 60px) / 2);
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
}

.Focus>a.prev {
  left: 10px;
  background: url("home2023_ico_5.png") no-repeat center rgba(0, 0, 0, 0.6);
  border-radius: 0 8px 8px 0;
}

.Focus>a.next {
  right: 10px;
  background: url("home2023_ico_6.png") no-repeat center rgba(0, 0, 0, 0.6);
  border-radius: 8px 0 0 8px;
}

.Focus:hover>a {
  opacity: 1;
  filter: alpha(opacity=100);
}

.Focus:hover>a.prev {
  left: 0px;
}

.Focus:hover>a.next {
  right: 0px;
}

.isTouchSlide.Focus .bd li {
  min-width: 100%;
}


/* .GwyxxBtns {
  margin-top: 15px;
}

.GwyxxBtns ul {
  display: flex;
  justify-content: space-between;
  perspective: 1500px;
}

.GwyxxBtns li {
  position: relative;

  width: 170px;
  height: 66px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}

.GwyxxBtns li::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  width: calc(100% + 2px);
  height: 2px;
  left: 0;
  left: calc(-1px);
  bottom: 0;
  bottom: calc(-1px);
  background-color: #578ed2;
  transition: height 0.3s;
}

.GwyxxBtns li a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  user-select: none;
  color: #222;
  transition: all 0.3s;
}

.GwyxxBtns li span {
  font-size: 18px;
  margin-left: 12px;
}

.GwyxxBtns li:hover a {
  color: #FFF;
}

.GwyxxBtns li:hover img {
  transition: all 0.3s;
  filter: brightness(100);
}

.GwyxxBtns li:hover::before {
  height: 100%;
  height: calc(100% + 2px);
} */


.Part1>.f_r {
  width: 650px;
}

/*要闻焦点*/
.NewsSlide {}

.NewsSlide .hd {

  position: relative;
  height: 46px;
}

.NewsSlide .bb {
  border-bottom: 1px solid #cccccc;
}

.NewsSlide .hd ul {
  display: flex;
  justify-content: space-between;
}

.NewsSlide3 .hd ul {
  justify-content: flex-start;
}

.NewsSlide .hd li {
  position: relative;
  font-size: 24px;
  height: 46px;
  color: #999;
  min-width: 46px;
  text-align: center;
  line-height: 30px;
}

.NewsSlide .hd li a {
  display: inline-block;
  height: 100%;
  line-height: 32px;
  transition: all 0.3s;
  color: #222;
}

.NewsSlide .hd li.T.on a {
  color: #578ed2;
}

.NewsSlide .hd .onBar {
  width: 94px;
  height: 3px;
  position: absolute;
  background-color: #578ed2;
  background: url(./xw_hover_2024_1.jpg) no-repeat bottom left;
  left: 0;
  bottom: 0;
}

.NewsSlide .ld li {
  min-width: 40px;
}

.NewsSlide .ld .onBar {
  width: 80px;
}

/* 领导之窗 */


.NewsSlide2 .hd {

  position: relative;
  height: 46px;
}

.NewsSlide2 .bb {
  border-bottom: 1px solid #cccccc;
}

.NewsSlide2 .hd ul {
  display: flex;
  justify-content: flex-start;
}

.NewsSlide2 .hd ul {
  justify-content: flex-start;
}

.NewsSlide2 .hd li {
  position: relative;
  font-size: 24px;
  height: 46px;
  color: #999;
  min-width: 46px;
  text-align: center;
  line-height: 30px;
}

.NewsSlide2 .hd li a {
  display: inline-block;
  height: 100%;
  line-height: 32px;
  transition: all 0.3s;
  color: #222;
}

.NewsSlide2 .hd li.T.on a {
  color: #578ed2;
}

.NewsSlide2 .hd .onBar {
  width: 94px;
  height: 3px;
  position: absolute;
  background-color: #578ed2;
  background: url(./xw_hover_2024_1.jpg) no-repeat bottom left;
  left: 0;
  bottom: 0;
}

.NewsSlide2 .ld li {
  min-width: 40px;
}

.NewsSlide2 .ld .onBar {
  width: 80px;
}

.leader {
  /* width: 405px; */
  width: 100%;
  margin-top: 27px;

  height: 199px;
  overflow: hidden;
}

.leader ul {
  display: flex;
}

/* 20250318增加 */
.leader ul {
  margin-left: 4px;
}

.leader img {
  width: 145px;
  height: 190px;
  margin-right: 25px;
  /* object-fit: cover;
  object-position: top; */
  overflow: hidden;
}

.brief {
  /* width: 434px; */
  text-align: left;
  font-size: 18px;
  margin-top: 5px;
}

.brief .title {
  display: block;
  font-size: 25px;
  color: #2b6fc2;
  margin-top: 5px;
  font-weight: bold;
  margin-bottom: 15px;
  word-spacing: 0.4em;
}

.briefT {
  color: #2b6fc2;
  font-weight: bold;
}


.DRZW,
.LDFG {
  display: block;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* 

.NewsSlide .first {
  color: #578ed2;
  width: 100px;
  position: absolute;
  background-color: #578ed2;
  background: url(./xw_hover_2024_1.jpg) no-repeat bottom left;
} */

/* .NewsSlide .hd .onBar::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: calc(50% - 6px);
  border-top: 6px solid #578ed2;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
} */

.NewsSlide ul.jdulList {
  padding-top: 10px;
  min-height: 260px;
}

.NewsSlide ul.jdulList li {
  padding: 11px 0;
  padding-left: 4px;
}

.isTouchSlide.NewsSlide ul.jdulList {
  display: block !important;
  float: left;
}

.jdulList {
  padding-top: 10px;
  min-height: 20px;
}

.jdulList li {
  position: relative;
  overflow: hidden;
  line-height: 1.3;
  font-size: 18px;
  padding: 9px 0;
  padding-left: 20px;
  color: #222;
  border-bottom: 1px dashed #cecece;
}



/* .jdulList li::before {
  content: '';
  display: block;
  position: absolute;
  overflow: hidden;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 3.5px);
  background-color: #ccc;
} */

.jdulList li a {
  display: block;
  float: left;
  padding-left: 30px;
  padding-top: 10px;
  max-width: 78%;
  max-width: calc(100% - 95px);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.jdulList li a:hover {
  color: #F00;
}

.jdulList li span {
  display: block;
  float: left;
  width: 54px;
  height: 40px;
  padding-top: 4px;
  line-height: 20px;
  background: #ae0524;
  color: #fff;
  border-radius: 5px 0px 5px 0px;
}

.jdulList li a::after {
  content: '';
  clear: both;
}

.jdulList li span font {
  text-align: center;
  display: block;
  font-size: 16px;
}

.jdulList li span font:last-child {
  font-size: 10px;
}

.jdulList.nd li a {
  max-width: 100%;
  float: none;
}

.jdulList.nd li span {
  display: none;
}

.jdulList.lg li {
  line-height: 45px;
  *line-height: 43px;
}


/* 通知公告 */
.Tzgg_bg {
  margin-top: 30px;
  padding-top: 25px;
  background: url(./tzgg_bg_2024.jpg) repeat-x top;
}

.TzggPart {
  /* height: 125px; */
  overflow: hidden;

}

.tzgg_w {
  width: calc(50% - 20px);
  margin-right: 10px;
}

.tzgg_w .border1 {
  border-left: 1px solid #e2e2e2;
}

.border1 img {
  margin-left: 15px;
}

.TzggPart .tzgg_title {
  float: left;
  text-align: left;
  padding-top: 20px;
  width: 105px;
}

.TzggPart .TzggSlide,
.TzggPart .TzggSlide2 {
  float: right;
  width: calc(100% - 105px);
}

.TzggPart div.ulList {
  padding-top: 0;
}

.TzggPart div.ulList ul {
  height: 105px;
}

.TzggPart div.ulList li {
  float: left;
  width: 50%;
  padding: 7px 0;
  /* padding-left: 22px; */
}

.TzggPart div.ulList li a {
  display: block;
  padding-left: 22px;
}

.TzggPart div li::before {
  content: '';
  display: block;
  position: absolute;
  overflow: hidden;
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  left: 0;
  top: calc(50% - 3.5px);
  background-color: #ccc;
}

.picList {
  display: block;

}



/* .TzggPart {
  height: 140px;
  padding-top: 10px;
  margin-left: 10px;
  box-shadow: 0px 0px 6px 0px rgba(29, 104, 194, 0.25);
  margin-top: 26px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}

.TzggPart .Tit {
  position: relative;
  display: block;
  width: 60px;
  height: 120px;
  border-radius: 0px 10px 10px 10px;
  background-color: #578ed2;
  margin-left: -10px;
}

.TzggPart .Tit::before {
  content: '';
  display: block;
  width: 11px;
  height: 9px;
  position: absolute;
  left: 0;
  top: -9px;
  background: url("home2023_ico_11.png") no-repeat;
}

.TzggPart .Tit a {
  height: 100%;
  display: flex;
  align-items: center;
}

.TzggPart .Tit h1 {
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  user-select: none;
  text-align: center;
  padding: 0 10px;
  line-height: 1.05;
}

.TzggPart .TzggSlide {
  width: calc(100% - 70px);
}

.TzggPart ul.ulList {
  padding-top: 0;
}

.TzggPart ul.ulList li {
  padding: 7px 0;
  padding-left: 22px;
} */




/*首页标题统一样式*/
.index_ty_bg {
  margin-top: 30px;
  background: url(./ztzl_bg1_2024.jpg) repeat-x top;
  text-align: center;
}


.index_ty_title {
  margin: 0 auto;
  background: url(./ztzl_bg2_2024.jpg) no-repeat;
  width: 388px;
  height: 74px;
  margin-bottom: 30px;
}


.index_ty_title span {
  font-size: 41px;
  font-weight: bold;
  color: #0071c4;
  line-height: 1.5;
  margin: 0 1em;
  text-align: center;
}

/*专题专栏*/
.Part2 {}

/* .Part2 .Tit {
  height: 170px;
  width: 70px;
}

.Part2 .Tit a {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 5px;
  box-sizing: border-box;
}

.Part2 .Tit a::before,
.Part2 .Tit h1::before,
.Part2 .Tit h1::after {
  content: '';
  position: absolute;
  display: block;
}

.Part2 .Tit a::before {
  width: 51px;
  height: 100%;
  top: 0;
  left: 11px;
  background: linear-gradient(to right, #d3e4fa, transparent);
  z-index: 0;
}

.Part2 .Tit h1 {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 135px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  user-select: none;
  line-height: 1.05;
  background-color: #578ed2;
  padding: 0px 10px;
  text-align: center;
  display: flex;
  align-items: center;
}

.Part2 .Tit h1::before {
  width: 12px;
  height: 11px;
  left: 0;
  top: -11px;
  border-radius: 6px 0 0 0;
  background-color: #578ed2;
  z-index: 0;
}

.Part2 .Tit h1::after {
  width: 12px;
  height: 11px;
  left: 0;
  top: -11px;
  border-radius: 6px 0 0 6px;
  background-color: #054898;
  z-index: 1;
}

.Part2 .Tit h1 i {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  border-left: 19px solid #578ed2;
  border-top: 67.5px solid transparent;
  border-bottom: 67.5px solid transparent;
  box-sizing: border-box;
} */

.ZtPicBox {
  margin-left: 10px;
  width: 100%;

  /* display: flex; */
  /* justify-content: space-between; */
}

.ZtPicBox .bd .tempWrap {
  min-width: 100%;
}


.ZtPicBox .bd ul li {
  position: relative;
  overflow: hidden;
  width: 325px;
  height: 150px;
  margin-right: 25px;
  max-width: 325px;
}

.ZtPicBox .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.ZtPicBox .preBtns {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ZtPicBox .preBtns>a {
  display: block;
  width: 40px;
  height: 60px;
  position: relative;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
}

.ZtPicBox .preBtns>a.prev {
  left: 10px;
  background: url("home2023_ico_5.png") no-repeat center rgba(0, 0, 0, 0.6);
  border-radius: 0 8px 8px 0;
}

.ZtPicBox .preBtns>a.next {
  right: 25px;
  background: url("home2023_ico_6.png") no-repeat center rgba(0, 0, 0, 0.6);
  border-radius: 8px 0 0 8px;
}

.ZtPicBox:hover .preBtns>a {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ZtPicBox:hover .preBtns>a.prev {
  left: 0px;
}

.ZtPicBox:hover .preBtns>a.next {
  right: 25px;
}


.ZtPicBox .num {
  /* position: absolute; */
  width: 100%;
  margin-top: 20px;
  /* left: 0px;
  bottom: 15px; */
  display: flex;
  justify-content: center;
}

.ZtPicBox .num li {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 7px;
  color: #dfdfdf;
  background-color: #dfdfdf;
  /* opacity: 0.6; */
  transition: all 0.3s;
  font-size: 12px;
  cursor: pointer;
}

.ZtPicBox .num li.on {
  /* opacity: 1; */
  color: #026fc4;
  background-color: #026fc4;
  /* width: 26px; */
}

/* 国务院和省政府文件链接 */
.gwy_szf {
  margin-top: 30px;
}

.gwy_szf ul {
  display: flex;
}

.gwy_szf ul li {
  width: 25%;
  position: relative;
  transition: transform 0.3s ease;
  /*设置过渡效果*/
}

.gwy_szf ul li a {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

.gwy_szf ul li img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}

.gwy_szf ul li:hover img {
  transform: translateY(-5px);
  box-shadow: 0px 10px 10px -5px #766f6f;
}

/* .gwy_szf ul li:hover img {
  transform: translateY(-3px);
  box-shadow: 2px 2px 2px #766f6f;
  border-color: #578ed2;
} */

/* 
.ZtSlide {
  width: 310px;
}

.ZtSlide .preBtns {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}

.ZtSlide .preBtns>a {
  display: block;
  width: 40px;
  height: 60px;
  position: relative;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
}

.ZtSlide .preBtns>a.prev {
  left: 10px;
  background: url("home2023_ico_5.png") no-repeat center rgba(0, 0, 0, 0.6);
  border-radius: 0 8px 8px 0;
}

.ZtSlide .preBtns>a.next {
  right: 10px;
  background: url("home2023_ico_6.png") no-repeat center rgba(0, 0, 0, 0.6);
  border-radius: 8px 0 0 8px;
}

.ZtSlide:hover .preBtns>a {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ZtSlide:hover .preBtns>a.prev {
  left: 0px;
}

.ZtSlide:hover .preBtns>a.next {
  right: 0px;
}

.ZtSlide .bd {
  position: relative;
  transition: all 0.5s;
}

.ZtSlide .bd li {
  position: relative;
  overflow: hidden;
  width: 310px;
  height: 170px;
}

.ZtSlide .bd li img {
  display: block;
  width: 100%;
  height: 100%;

}


.ZtSlide .hd {
  position: absolute;
  width: 310px;
  height: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
}

.ZtSlide .hd li {
  font-size: 0;
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background-color: #FFF;
  transition: all 0.3s;
  cursor: pointer;
}

.ZtSlide .hd li+li {
  margin-left: 10px;
}

.ZtSlide .hd li.on {
  background-color: #F00;
} */



.PartTitle {
  background: url("home2023_ico_14.png") no-repeat center top;
  height: 58px;
}

.PartTitle h1 {
  width: 260px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  user-select: none;
}

/* 政务公开 */
.ldzc {
  width: 666px;
}

.zcwj2024 {
  width: 700px;
  overflow: hidden;
}

/* 2025318增加 */
.zcwj2024 .bd ul li {
  width: 680px;
}

.zfxxgk {
  margin-top: 20px;
  /* width: 100%; */
}

/* 政府信息公开 */
.zfxxgk ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zfxxgk ul li {
  position: relative;
  text-align: left;
  width: 145px;
  padding-left: 50px;
  height: 38px;
  padding-top: 16px;
  border: 1px dashed #1999e2;
  border-radius: 15px 0 15px 0;
  font-size: 16px;
  color: #0a63bf;
  transition: all 0.3s;
}


.zfxxgk ul li:nth-child(4),
.zfxxgk ul li:last-child {
  width: 135px;
}

/* .zfxxgk ul li:nth-child(5) {
  width: 175px;
} */

.zfxxgk ul li::before {
  content: '';
  display: block;
  position: absolute;
  overflow: hidden;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  left: 7px;
  top: calc(50% - 15px);
  background-image: url(./zfxxgk_tu1_2024.jpg);
  /* background-color: #ccc; */
}

.zfxxgk ul li:nth-child(2)::before {
  background-image: url(./zfxxgk_tu2_2024.jpg);
}

.zfxxgk ul li:nth-child(3)::before {
  background-image: url(./zfxxgk_tu3_2024.jpg);
}

.zfxxgk ul li:nth-child(4)::before {
  background-image: url(./zfxxgk_tu4_2024.jpg);
}

.zfxxgk ul li:nth-child(5)::before {
  background-image: url(./zfxxgk_tu5_2024.jpg);
}

.zfxxgk ul li:nth-child(6)::before {
  background-image: url(./zfxxgk_tu6_2024.jpg);
}

.zfxxgk ul li:hover {
  color: red;
  cursor: pointer;
}

.zfxxgk ul li:hover:before {
  transform: scale(1.2);
  /* transform: rotate(180deg); */
  /* transform: rotateY(180deg); */
}



/* 政务服务 */
.zwfw {
  min-height: 390px;
}

.zwfw ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.zwfw ul li {
  width: 437px;
  height: 150px;
  border-radius: 10px;
  background: url(./zwfw_1.jpg) no-repeat;
  background-size: 100%;
  margin-top: 20px;
  margin-right: 43px;
  transition: all 0.5s;
}

.zwfw ul li:nth-child(3n) {
  margin-right: 0px;
}

.zwfw ul li:nth-child(2) {
  background: url(./zwfw_2.jpg) no-repeat;
  background-size: 100%;
}

.zwfw ul li:nth-child(3) {
  background: url(./zwfw_3.jpg) no-repeat;
  background-size: 100%;
}

.zwfw ul li:nth-child(4) {
  margin-top: 50px;
  background: url(./zwfw_4.jpg) no-repeat;
  background-size: 100%;
}

.zwfw ul li:nth-child(5) {
  margin-top: 50px;
  background: url(./zwfw_5.jpg) no-repeat;
  background-size: 100%;
}

.zwfw ul li:nth-child(6) {
  margin-top: 50px;
  background: url(./zwfw_6.jpg) no-repeat;
  background-size: 100%;
}

.zwfw ul li h1 {
  text-align: left;
  height: 150px;
  line-height: 150px;
  margin-left: 210px;
  font-size: 40px;
  font-weight: bold;
  color: #FFF;
}

.zwfw ul li:nth-child(4) h1 {
  margin-left: 100px;
}

.zwfw ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 10px -5px #766f6f;
}

/* 政民互动 */
.zmhd1 {
  text-align: left;
}

/* 书记区长 */
.sjqz {
  width: 760px;
  text-align: left;
}

.sjqz div img {
  margin-left: 2px;
  width: 738px;
}

.sjqzlist {
  background: url(./zmhd_bg1.jpg) no-repeat top;
  background-size: 100%;
  width: 740px;
  height: 362px;
  padding-top: 15px;

}

.sjqzlist .lmtitle {
  background-color: #dceeff;
  height: 39px;
  margin: 0 15px 15px 15px;
}

.sjqzlist .lmtitle ul {
  display: flex;
  height: 39px;
  justify-content: flex-start;
  align-items: center;
  color: #006fc4;
  font-size: 18px;

}

.sjqzlist .lmtitle ul li {
  width: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
}

.sjqzlist .lmtitle ul li:first-child {
  color: #fff;
  background-color: #0070dc;
}

.sjqzlist .lmtitle ul li:nth-child(3),
.sjqzlist .lmtitle ul li:nth-child(5) {
  width: 10px;
  color: #fff;
}

.xjTable {
  min-height: 262px;
}

.xjTable table {
  width: 100%;

}

.xjTable table thead {
  position: relative;
}

.xjTable .title {
  color: #222;
}

.xjTable .Ttype {
  width: 80px;
}

.xjTable .Ttitle {
  text-align: left;
}

.xjTable .Tdate {
  width: 140px;
}

.xjTable table thead::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 40px;
  background-color: #f7faff;
  border-radius: 6px;
  left: 0;
  top: 0;
}

.xjTable table thead tr {
  position: relative;
  z-index: 1;
}

.xjTable table thead th {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.xjTable table thead th.Ttitle {
  text-align: left;
  padding-left: 25px;
}

.xjTable table tbody td,
.xjTable table tbody th {
  text-align: center;
}

.xjTable table tbody tr {
  height: 45px;
  font-size: 18px;
  color: #999;
}


.letterTitle {
  text-align: left !important;
  padding-left: 2px;
}

.letterTitle div {
  position: relative;
  overflow: hidden;
  width: 490px;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  color: #222;
}

.xjconut {
  text-align: center;
  margin-left: 20px;
  margin-right: 80px;
}

.xjconut ul {
  display: flex;
  justify-content: space-between;
}

.xjconut ul li {
  height: 25px;
  width: 25%;
  font-size: 18px;
}

.xjconut ul li font {
  color: #ff0000;
  padding-left: 10px;
}

/* 征集调查 */

.zjdc {
  background: url(./zmhd_bg2.jpg) no-repeat top;
  background-size: 100%;
  width: 575px;
  padding-left: 35px;
  padding-right: 20px;
  height: 435px;
  padding-top: 25px;
}

.zjdc .title ul {
  display: flex;
}

.zjdc .title ul li {
  height: 45px;
  font-size: 20px;

}

.zjdc .title ul li.onleft {
  width: 104px;
  font-size: 24px;
  color: #006fc4;
  background-color: #578ed2;
  background: url(./xw_hover_2024_1.jpg) no-repeat bottom left;
  /* left: 0;
  bottom: 0; */
}

.zjdc .title ul li.onright {
  flex-grow: 1;
  text-align: right;
}


.zjdc ul.zjulList {
  padding-top: 20px;
}

.isTouchSlide.zjdc ul.zjulList {
  display: block !important;
  float: left;
}

.zjulList {
  padding-top: 10px;
  min-height: 20px;
}

.zjulList li {
  position: relative;
  overflow: hidden;
  line-height: 1.3;
  font-size: 18px;
  padding: 15px 0;
  color: #222;
}

.zjulList li a {
  display: block;
  float: left;
  padding-left: 15px;
  max-width: 60%;
  max-width: calc(100% - 95px);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.zjulList li span {
  display: block;
  float: left;
  width: 67px;
  height: 21px;
  padding-top: 4px;
  line-height: 20px;
  background: #c2dceb;
  font-size: 14px;
  color: #fff;
  border-radius: 6px 0px 6px 6px;
}

.zjulList li span.on {
  background: #f03f3f;
}

.zjulList li a::after {
  content: '';
  clear: both;
}

/* .zjulList li span font {
  text-align: center;
  display: block;
  font-size: 16px;
}

.zjulList li span font:last-child {
  font-size: 10px;
} */

.zjulList.nd li a {
  max-width: 100%;
  float: none;
}

.zjulList.nd li span {
  display: none;
}

.zjulList.lg li {
  line-height: 45px;
  *line-height: 43px;
}




.zmhdzsk {
  height: 350px;
}

.zmhdzsk .ulList {
  width: 674px;
}

/* 魅力钟山 */
.mlzs {
  background: url(./index_mlzs.jpg) no-repeat;
}


/*政务公开、政务服务、互动交流*/
/*政务公开*/
.Part3 {}

.Part3>.f_l {
  width: 950px;
}

.ZwgkSlide {}

.ZwgkSlide .hd {
  position: relative;
  height: 46px;
}

.ZwgkSlide .hd ul {
  display: flex;
}

.ZwgkSlide .hd li {
  position: relative;
  font-size: 24px;
  height: 46px;
  color: #999;
  min-width: 60px;
  text-align: center;
  line-height: 32px;
  margin-right: 40px;
}

.ZwgkSlide .hd li+li {}

.ZwgkSlide .hd li a {
  display: inline-block;
  height: 100%;
  line-height: 32px;
  transition: all 0.3s;
  color: #222;
}

.ZwgkSlide .hd li.T.on a {
  color: #578ed2;
}

.ZwgkSlide .hd .onBar {
  width: 96px;
  height: 3px;
  position: absolute;
  background-color: #578ed2;
  left: 0;
  bottom: 6px;
}

.ZwgkSlide .hd .onBar::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: calc(50% - 6px);
  border-top: 6px solid #578ed2;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.ZwgkSlide .bd {
  min-height: 175px;
}

.ZwgkSlide ul.ulList {
  padding-top: 10px;
  min-height: 165px;
}

.ZwgkSlide ul.ulList li {
  padding: 9px 0;
  padding-left: 22px;
}

.YjzzcPart {
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.YjzzcPart label {
  display: block;
  padding-left: 30px;
  user-select: none;
}

.YjzzcPart input {
  outline: medium;
  border: none;
  background: none;
  font-size: 18px;
  width: calc(100% - 350px);
}

.YjzzcPart a {
  display: flex;
  width: 143px;
  height: 50px;
  margin: 0 -1px 0 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: #578ed2;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFF;
  user-select: none;
  transition: all 0.3s;
}

.YjzzcPart a img {
  margin-right: 14px;
}

.YjzzcPart a:hover {
  background-color: #4479bb;
}


.Part3>.f_r {
  width: 410px;
}

.LdzcBtns {}

.LdzcBtns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.LdzcBtns li {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #f8f8f8;
  cursor: pointer;
  margin-top: 10px;
}

.LdzcBtns li a {
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 22px;
  text-align: center;
  color: #222;
  position: relative;
  z-index: 1;
}

.LdzcBtns li:hover a {
  color: #578ed2;
  font-weight: bold;
}

.LdzcBtns li::before,
.LdzcBtns li::after,
.LdzcBtns li a::before,
.LdzcBtns li a::after {
  content: '';
  display: block;
  position: absolute;
  transition: inset 0.5s;
  opacity: 0;
  z-index: 0;
}

.LdzcBtns li::before {
  border-top: 1px solid #ddd;
  width: 100%;
  left: -25px;
  top: 0;
}

.LdzcBtns li::after {
  border-left: 1px solid #ddd;
  height: 100%;
  left: 0;
  top: 25px;
}

.LdzcBtns li a::before {
  border-bottom: 1px solid #ddd;
  width: 100%;
  right: -25px;
  bottom: 0;
}

.LdzcBtns li a::after {
  border-right: 1px solid #ddd;
  height: 100%;
  right: 0;
  bottom: 25px;
}

.LdzcBtns li:hover::before {
  left: 0;
  opacity: 1;
}

.LdzcBtns li:hover::after {
  top: 0;
  opacity: 1;
}

.LdzcBtns li:hover a::before {
  right: 0;
  opacity: 1;
}

.LdzcBtns li:hover a::after {
  bottom: 0;
  opacity: 1;
}

.ZfxxgkPart {
  margin-top: 23px;
}

.ZfxxgkPart>h1 {
  font-size: 24px;
  color: #578ed2;
  user-select: none;
  line-height: 1.5;
}

.ZfxxgkPart>ul {
  margin-top: 10px;
}

.ZfxxgkPart li {
  position: relative;
  overflow: hidden;
  height: 70px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

.ZfxxgkPart li+li {
  border-top: 1px solid #ddd;
}

.ZfxxgkPart li a {
  display: block;
  padding-left: 150px;
  height: 100%;
  font-size: 22px;
  color: #222;
  line-height: 70px;
  user-select: none;
}

.ZfxxgkPart li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 85px;
}

.ZfxxgkPart li a:hover {
  color: #578ed2;
}


/*政务服务*/
.Part4 {
  padding: 30px 0;
  background-color: #f8f8f8;
}

.GrfwPart {
  width: 460px;
  height: 340px;
  background-color: #FFF;
}

.GrfwPart>.Tit {
  position: relative;
  height: 108px;
  background: url("home2023_ico_24.png") no-repeat center top;
}

.GrfwPart>.Tit a {
  display: flex;
  height: 100%;
  font-size: 24px;
  color: #578ed2;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.GrfwPart>.Con {
  padding: 40px 30px 0;
}

.GrfwSlide {}

.GrfwSlide .hd {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 44px;
}

.GrfwSlide .hd li {
  position: relative;
  width: 84px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.GrfwSlide .hd li::after {
  content: '';
  display: block;
  position: absolute;
  border-top: 0px solid #578ed2;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  transition: border-width 0.3s;
  left: calc(50% - 9px);
  top: 100%;
}

.GrfwSlide .hd li a {
  display: block;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  color: #222;
  user-select: none;
  transition: color 0.3s;
}

.GrfwSlide .hd li.on {
  background: #578ed2;
  border-color: #578ed2;
}

.GrfwSlide .hd li.on a {
  color: #FFF;
}

.GrfwSlide .hd li.on::after {
  border-top-width: 8px;
}

.GrfwSlide .bd {
  padding-top: 15px;
}

.GrfwSlide .bd ul {
  min-height: 72px;
  padding-bottom: 40px;
}

.GrfwSlide .bd li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  margin-right: 25px;
  float: left;
}

.GrfwSlide .bd li a:hover {
  text-decoration: underline;
}

.GrfwSlide .bd li.More {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #4988d3;
  margin-right: 0;
}


.FwzqPart {
  width: 410px;
  height: 340px;
}

.FwzqPart .hd {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -10px;
  height: 10px;
  display: flex;
}

.FwzqPart .hd li {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background-color: #ccc;
  cursor: pointer;
  font-size: 0;
}

.FwzqPart .hd li+li {
  margin-left: 10px;
}

.FwzqPart .hd li.on {
  background-color: #578ed2;
  width: 25px;
}

.FwzqPart .tempWrap {
  transform: translateY(-10px);
  z-index: 1;
  min-width: 100%;
}

.FwzqPart .bd {
  overflow: initial !important;
  padding: 10px 0 !important;
  height: 340px;
  min-width: 410px;
}

.FwzqPart .bd ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 410px;
}

.FwzqPart .bd li {
  position: relative;
  overflow: hidden;
  width: 198px;
  height: 104px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #DDD;
  background-color: #FFF;
  transition: all 0.3s;
  float: left;
  margin-right: 14px;
}

.FwzqPart .bd li:nth-of-type(2n) {
  margin-right: 0;
}

.FwzqPart .bd li+li+li {
  margin-top: 15px;
}

.FwzqPart .bd li a {
  display: flex;
  position: relative;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.FwzqPart .bd li span {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 10px;
  color: #222;
  user-select: none;
}

.FwzqPart .bd li:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 5px -3px #766f6f;
  border-color: #578ed2;
}

.FwzqPart .bd li:hover span {
  color: #578ed2;
}

.YstbSlide {}

.YstbSlide .bd {}

.YstbSlide .bd .tempWrap {
  transform: translateX(-10px);
}

.YstbSlide .bd li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 264px;
  height: 100px;
  background-color: #FFF;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0px 0px 8px 0px rgba(70, 147, 248, 0.25);
  transition: all 0.3s;
}

.YstbSlide .bd li a {
  display: flex;
  height: 100%;
}

.YstbSlide .bd li .pic {
  width: 115px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.YstbSlide .bd li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  user-select: none;
}

.YstbSlide .bd li .text h1 {
  display: block;
  font-size: 22px;
  color: #222;
  line-height: 1.5;
}

.YstbSlide .bd li .text p {
  display: block;
  font-size: 18px;
  color: #999;
  line-height: 1.3;
  margin-top: 5px;
}

.YstbSlide .bd li:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 8px 0px rgba(36, 73, 116, 0.35);
}

.YstbSlide>a {
  display: block;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 20px);
  width: 41px;
  height: 41px;
}

.YstbSlide>a.prev {
  left: -56px;
  background: url("../images/home2023_ico_31.png") no-repeat center;
}

.YstbSlide>a.next {
  right: -56px;
  background: url("../images/home2023_ico_32.png") no-repeat center;
}




/*互动交流*/
.SjxxPart {
  width: 890px;
  height: 480px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(29, 104, 194, 0.25);
  box-sizing: border-box;
  padding: 20px 30px 0;
}

.SjxxPart::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 90px;
  background-color: #e7f1ff;
  left: 0;
  top: 0;
}

.TitPart {
  position: relative;
  height: 70px;
  display: flex;
  justify-content: space-between;
}

.TitPart .hd {
  position: relative;
}

.TitPart .hd .onBar {
  width: 145px;
  height: 3px;
  position: absolute;
  background-color: #578ed2;
  left: 0;
  top: 50px;
}

.TitPart .hd .onBar::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: calc(50% - 8px);
  border-top: 8px solid #578ed2;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.TitPart .hd ul {
  position: relative;
  display: flex;
}

.TitPart .hd li {
  position: relative;
  min-width: 50px;
  font-size: 24px;
  color: #222;
  user-select: none;
  height: 50px;
  text-align: center;
}

.TitPart .hd li {
  position: relative;
  min-width: 50px;
  font-size: 24px;
  color: #222;
  user-select: none;
  height: 50px;
  line-height: 50px;
}

.TitPart .hd li a {
  display: block;
  line-height: 50px;
  transition: all 0.3s;
  color: #222;
}

.TitPart .hd li.on a {
  color: #578ed2;
}

.TitPart .xjtj {
  padding-top: 30px;
}

.TitPart .xjtj li {
  font-size: 18px;
}

.TitPart .xjtj li span+span {
  margin-left: 25px;
}

.TitPart .xjtj li font {
  color: #4988d3;
}

.SjxxPart .bd {
  margin-top: 25px;
  position: relative;
  min-height: 260px;
  min-width: 100%;
}

.SjxxPart .bd>* {
  min-width: 100%;
}




.WyxxBtns {
  margin-top: 15px;
}

.WyxxBtns ul {
  display: flex;
  justify-content: space-between;
}

.WyxxBtns li {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid #DDD;
  width: 196px;
  height: 61px;
}

.WyxxBtns li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  user-select: none;
  font-size: 18px;
}

.WyxxBtns li span {
  margin-left: 15px;
}


.ZjdcPart {
  width: 470px;
}

.ZjdcPart .hd {
  position: relative;
}

.ZjdcPart .hd .onBar {
  width: 96px;
  height: 3px;
  position: absolute;
  background-color: #578ed2;
  left: 0;
  top: 50px;
}

.ZjdcPart .hd .onBar::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: calc(50% - 8px);
  border-top: 8px solid #578ed2;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ZjdcPart .hd ul {
  position: relative;
  display: flex;
}

.ZjdcPart .hd li {
  position: relative;
  min-width: 50px;
  font-size: 24px;
  color: #222;
  user-select: none;
  height: 50px;
  text-align: center;
  margin-right: 40px;
  line-height: 50px;
}

.ZjdcPart .hd li a {
  display: block;
  line-height: 50px;
  transition: all 0.3s;
  color: #333;
}

.ZjdcPart .hd li.on a {
  color: #578ed2;
}

.ZjdcPart .bd,
.ZjdcPart .bd>* {
  min-width: 100%;
}

.ZjdcPart .bd .zjdcLsit li {
  position: relative;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ZjdcPart .bd .zjdcLsit li+li {
  border-top: 1px solid #eee;
}

.ZjdcPart .bd .zjdcLsit li h1 {
  display: block;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 1.3;
  max-width: calc(100% - 120px);
}

.ZjdcPart .bd .zjdcLsit li span {
  display: block;
  width: 90px;
  height: 50px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #578ed2;
  user-select: none;
  border: 1px solid #DDD;
}


.XwfbhBtns {}

.XwfbhBtns ul {
  display: flex;
  justify-content: space-between;
}

.XwfbhBtns li {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-sizing: border-box;
  width: 290px;
  height: 90px;
  box-shadow: 0px 0px 8px 0px rgba(70, 147, 248, 0.25);
  transition: all 0.3s;
}

.XwfbhBtns li.btn_bmrx {
  width: 472px;
}

.XwfbhBtns li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  user-select: none;
  font-size: 22px;
}

.XwfbhBtns li span {
  margin-left: 30px;
}

.XwfbhBtns li:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 8px 0px rgba(36, 73, 116, 0.35);
}


/*走进钟山*/
.Part6 {
  min-height: 360px;
  /* background-color: #e4f5ff; */
  padding-bottom: 20px;
  /* background: url("../images/home2023_ico_49.png") no-repeat center top; */
}

.Part6 .Tit {
  padding: 0 0 30px 0;
  text-align: center;
  /* display: flex;
  height: 360px;
  align-items: center;
  position: absolute;
  top: -40px; */
}

.ZjldSlide {
  /* width: 1170px; */
  margin-left: 50px;
  width: 1260px;
}

.ZjldSlide .bd {
  position: relative;
  margin: 0 40px;
}

.ZjldSlide .bd .tempWrap {
  min-width: 100%;
}

.ZjldSlide .bd ul {
  display: flex;
  min-width: 100%;
}

.ZjldSlide .bd li {
  position: relative;
  overflow: hidden;
  width: 262px;
  min-width: 262px;
  height: 450px;
  margin: 15px 20px;
  /* box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 30%); */
  transition: all 0.3s;
}

.ZjldSlide .bd li .img {
  height: 323px;
  padding-bottom: 15px;
}

.ZjldSlide .bd li .title_pa {
  text-align: center;
  height: 60px;
}

.ZjldSlide .bd li .title {
  text-align: center;
  height: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #0759d3;
}

.ZjldSlide .bd li .desc {
  margin: 10px auto 0 auto;
  width: 105px;
  text-align: center;
  height: 31px;
  font-size: 20px;
  background-color: #8dc0ef;
  color: #FFF;
  border-radius: 5px;
}

.ZjldSlide .bd li:nth-child(2n) .img {
  padding-top: 50px;
}

.ZjldSlide .bd li:nth-child(2n) .title_pa {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* top: 50%; */
  margin: auto;
  /* left: 50%;
  margin-left: -60px; */
  /* right: 50%; */
  /* color: red; */
}

/* 下面小点 */
.ZjldSlide .hd {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 15px;
  display: flex;
  justify-content: center;
}

.ZjldSlide .hd li {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 7px;
  color: #dfdfdf;
  background-color: #dfdfdf;
  /* opacity: 0.6; */
  transition: all 0.3s;
  font-size: 12px;
  cursor: pointer;
}

.ZjldSlide .hd li.on {
  /* opacity: 1; */
  color: #026fc4;
  background-color: #026fc4;
  /* width: 26px; */
}


.ZjldSlide .bd li div {
  height: 80%;
}

.ZjldSlide .bd li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .ZjldSlide .bd li:hover{ transform:translateY(-5px);} */
.ZjldSlide .preBtns {
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ZjldSlide .preBtns>a {
  display: block;
  width: 40px;
  height: 90px;
  position: relative;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
}

.ZjldSlide .preBtns>a.prev {
  left: 10px;
  background: url("../images/home2023_ico_5.png") no-repeat center rgba(0, 0, 0, 0.3);
  border-radius: 8px 0 0 8px;
}

.ZjldSlide .preBtns>a.next {
  right: -30px;
  background: url("../images/home2023_ico_6.png") no-repeat center rgba(0, 0, 0, 0.3);
  border-radius: 0 8px 8px 0;
}

.ZjldSlide:hover .preBtns>a {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ZjldSlide:hover .preBtns>a.prev {
  left: 0px;
}

.ZjldSlide:hover .preBtns>a.next {
  right: -30px;
}

.isTouchSlide.ZjldSlide .bd {
  margin: 0 20px;
}


.JytaSlide {
  margin-top: 15px;
}

.JytaSlide+.JytaSlide {
  margin-top: 10px;
}

.JytaSlide .inhd {
  display: flex;
  margin-bottom: 5px;
}

.JytaSlide .inhd li {
  position: relative;
  overflow: hidden;
  font-size: 22px;
  padding: 0 5px;
  line-height: 36px;
  height: 40px;
}

.JytaSlide .inhd li a {
  line-height: 40px;
  color: #333;
}

.JytaSlide .inhd li.on a {
  color: #578ed2;
}

.JytaSlide ul.ulList {
  padding-top: 0px;
  min-height: 158px;
}

.JytaSlide ul.ulList li {
  padding: 8px 0;
  padding-left: 18px;
}

.FsLinks {
  margin-top: 0;
}